org.eclipse.vtp.framework.webservices.actions
Class WebServiceCallAction

java.lang.Object
  extended by org.eclipse.vtp.framework.webservices.actions.WebServiceCallAction
All Implemented Interfaces:
IAction

public class WebServiceCallAction
extends java.lang.Object
implements IAction

WebServiceCallAction.

Author:
Lonnie Pryor

Constructor Summary
WebServiceCallAction(IActionContext context, IDataTypeRegistry types, IVariableRegistry variables, WebServiceCallConfiguration configuration)
          Creates a new WebServiceCallAction.
 
Method Summary
 IActionResult execute()
          Executes this action and returns its outcome.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceCallAction

public WebServiceCallAction(IActionContext context,
                            IDataTypeRegistry types,
                            IVariableRegistry variables,
                            WebServiceCallConfiguration configuration)
Creates a new WebServiceCallAction.

Parameters:
context - The context to use.
types - The data type registry to use.
variables - The variable registry to use.
webServices - The web service registry to use.
configuration - The configuration to use.
Method Detail

execute

public IActionResult execute()
Description copied from interface: IAction
Executes this action and returns its outcome.

Specified by:
execute in interface IAction
Returns:
An object representing the outcome of this action.